Conversation
| FOR(EACH Obj in Client_Obj) | ||
|
|
||
| FETCH filter variables(assume two values [P1(program_name),IP1(IP address)]); | ||
| STORE the filter variable values in local variables(pgmname,ipadd); |
There was a problem hiding this comment.
Why are you attempting to do with only 2 variables ? Please generalize
|
This code needs to know all the property names that the client asking. |
|
Now i do the changes in the same file. In the previous one pseudocode contains both methods. |
|
i made a setup between producer to consumer. Currently doing storage part in server. |
|
filtering done for single filter variable and for one client |
|
filtering of data done for more than one variable and for one client |
|
Filtering of data done for more than one filter variable and for multiple clients |
|
Reading filter variables from file. |
|
it can be access by more than clients also |
|
|
updates feature done |
|
To send the updates to the respective clients, the clients are identified by the socket id |
|
Filtering and updating the events for different client requests with different parameters |
|
Merkle tree with proof. But the proof works for the first record. I am figuring out to do for all the records. |
No description provided.